home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 3 / Light ROM 3 - Disc 2.iso / programs / amiga / misc / nu_vd0 / nuvd0_sd.lha / NuVD0-SD0 / SD0 < prev    next >
Text File  |  1980-01-06  |  2KB  |  70 lines

  1. /*
  2.  * STAT-RAM entry
  3.  *
  4.  * Don't touch anything here or the device will not work!
  5.  *
  6.  * Use icon ToolTypes instead.
  7.  */
  8.  
  9. Device        = static.device
  10. Unit        = 1
  11. Flags        = 0
  12. Surfaces    = 1
  13. BlocksPerTrack    = 16
  14. Reserved    = 2
  15. Interleave    = 0
  16. LowCyl        = 0
  17. HighCyl        = 15
  18. Buffers        = 5
  19. BufMemType    = 5
  20. StackSize    = 600
  21. Priority    = 5
  22. DosType        = 0x444F5303
  23. Mount        = 1
  24.  
  25. /*  SD0:
  26.  
  27.   Fast Ram Installed   HighCyl Value     Max Ram Disk Size
  28.  
  29.        0                  15                 128K
  30.      512Kbyte             31                 256K
  31.        1Mbyte             63-95              512K-768K
  32.        2Mbytes           127-191           1Mbyte-1.5Mbytes
  33.        4Mbytes           255-383          2Mbytes-3Mbytes
  34.        8Mbytes           511-767          4Mbytes-6Mbytes
  35.  
  36.   **** This value MUST be odd! ****
  37.  
  38.   The maximum allowed value is 1023; however remember that it is _much_
  39.   better to fill the disk than to run out of memory. So, make sure that
  40.   you don't set HighCyl too high.
  41.  
  42.  
  43. BUFMEMTYPE
  44.   If you have some fast memory, leave this set to 5.
  45.   If you only have chip memory, set it to 3.
  46.  
  47.  
  48. DOSTYPE
  49.   This tells the system which file system to use. Possible values are:
  50.  
  51.   0x444F5300  Old File System
  52.   0x444F5301  Fast File System
  53.   0x444F5302  Old File System International
  54.   0x444F5303  Fast File System International
  55.   0x444F5304  Old File System - Directory Cache  (OS 3.0 only)
  56.   0x444F5305  Fast File System - Directory Cache (OS 3.0 only)
  57.  
  58.   You will most probably leave this field to its default value.
  59.   Note that there is really no point in using the Directory Cache file
  60.   systems on a ram disk - they will actually slow it down.
  61.  
  62.  
  63. Other Utilities
  64. ---------------
  65. The command 'KillSD0' is used to clear the contents of the ram disk.
  66. Note that the disk will not be erased immediately, but only the next time
  67. you reset.
  68.  
  69. */
  70.